home *** CD-ROM | disk | FTP | other *** search
Amiga Catalog Translation file | 1995-12-10 | 7.4 KB | 261 lines |
- ## version
- ## language
- ## codeset 0
- ; version $VER: ScreenMenuEd.cd 1.00 (20.7.95)
- ; Catalog description file for ScreenMenuEd.
- ; Translators: read "Translators.readme" for instructions.
- ;*************************************************************************
- ; Initialization Error Messages
- ;*************************************************************************
- NOMEMMSG
- ;Not enough memory available!
- NOLIBMSG
- ;Couldn't open %s V%lu!
- ; <%s = libraryname, %lu = libraryversion>
- NOEXICONMSG
- ;\033cCouldn't access icon\n'%s'\nto read tooltypes!
- ; <%s = iconname>
- BADBOOLTOOLMSG
- ;\033cInvalid value '%s'\nfor boolean keyword '%s'.\nPlease specify a value of\nYES, NO, TRUE or FALSE.
- ; <%s = user's value, %s = keyword>
- BADSTRTOOLMSG
- ;\033cInvalid value for string keyword '%s'.\nPlease supply an unquoted value for this keyword.
- ; <%s = keyword>
- BADINTTOOLMSG
- ;\033cInvalid value '%s'\nfor integer keyword '%s'.\nPlease supply an integer value.
- ; <%s = user's value, %s = keyword>
- BADHEXTOOLMSG
- ;\033cInvalid value '%s'\nfor hex keyword '%s'.\nPlease supply a hexadecimal value.
- ; <%s = user's value, %s = keyword>
- BADKEYTOOLMSG
- ;\033cInvalid value '%s'\nfor keyword '%s'.\nPlease supply one of:\n%s.
- ; <%s = user's value> <%s = keyword> <%s = valid values>
- NOOPENFONTMSG
- ;\033cCouldn't open font '%s', size %ld!
- ; <%s = fontname, %ld = fontsize>
- NOWINOBJMSG
- ;Couldn't create window object!
- NOOPENWINMSG
- ;Couldn't open the window!
- ;*************************************************************************
- ; Requester title & gadget strings
- ;*************************************************************************
- INFORMTITLEMSG
- ;Message from ScreenMenuEd
- INFORMOKAYMSG
- CONFIRMTITLEMSG
- ;Query from ScreenMenuEd
- CONFIRMGADMSG
- ;_Yes|_No
- OVERWRITEBODYMSG
- ;\033cOverwrite existing file\n'%s'?
- ; <%s = filename>
- DISCARDBODYMSG
- ;\033cCurrent menu definition has been edited.\nDo you want to discard the changes?
- LOADMENUTITLEMSG
- ;Load Menu Definition File
- SAVEMENUTITLEMSG
- ;Save Menu Definition File
- PICKCMDTITLEMSG
- ;Select Command
- PICKCDTITLEMSG
- ;Select Current Directory
- UNNAMEDMSG
- ;Unnamed
- ; <what new projects are called, in window title bar>
- APPDESCMSG
- ;Edits Menu Definitions for ScreenBacker
- ; <application description for MUI>
- ABOUTCATMSG
- ;No catalog loaded: using\nEnglish language (default).
- ;<For catalog translators, appears in About requester. Use something like:>
- ;<Klingon translation by Glurchh Splath\ngspalth@starfleet.mil>
- ;<Looks best with no more than about 40 chars per line,>
- ;<and no more than 3 lines, please.>
- ;*************************************************************************
- ; Runtime Error Messages
- ;*************************************************************************
- NOOPENFILEMSG
- ;\033cCouldn't open file\n'%s'!
- ; <%s = filename>
- NOREADFILEMSG
- ;\033cCouldn't read from file\n'%s'!
- ; <%s = filename>
- NOWRITEFILEMSG
- ;\033cCouldn't write to file\n'%s'!
- ; <%s = filename>
- LONGPATHMSG
- ;\033cFull pathname of\n'%s'\nis too long!
- ; <%s = filename>
- NOGETPATHMSG
- ;\033cCouldn't get full pathname of object!\nDOS Error: %s
- ; <%s = DOS error msg>
- BADMENUMSG
- ;\033cCouldn't parse menu definition:\n%sError: %s
- ; <%s = menu definition, %s = DOS errmsg>
- ; <NB: deliberately no \n after menudef in above>
- NOGUIDEMSG
- ;\033cCouldn't open AmigaGuide file\n'%s'!
- ; <%s = guidename>
- NOWRITEICONMSG
- ;\033cCouldn't write to icon\n'%s'!
- ; <%s = filename>
- NOPROJICONMSG
- ;\033cCouldn't read project icon\n'%s'!
- ; <%s = filename>
- NOLABELMSG
- ;No label specified for this menu or item!
- NOCOMMANDMSG
- ;No command specified for this menu item!
- NOLAUNCHMSG
- ;\033cCouldn't launch command!\nReturn code: %ld
- ; <%ld = DOS error code returned by System()>
- NOCURDIRMSG
- ;\033cCouldn't set current directory\n'%s'\nfor command!
- ; <%s = dirname>
- NOOUTPUTMSG
- ;\033cCouldn't open output\n'%s'\nfor command!
- ; <%s = filename>
- INVALIDMENUMSG
- ;\033cThis menu definition is invalid:\n%s
- ; <%s = specific error msg>
- VALFIRSTMENUMSG
- ;The first entry in the list must be a menu.
- ; <specific error msg for INVALIDMENUMSG>
- VALNOLABELMSG
- ;One or more menus or items do not have a label.
- ; <specific error msg for INVALIDMENUMSG>
- VALNOCOMMANDMSG
- ;One or more items do not have a command.
- ; <specific error msg for INVALIDMENUMSG>
- VALNOITEMMSG
- ;Each menu must have at least one item.
- ; <specific error msg for INVALIDMENUMSG>
- VALBARBYMENUMSG
- ;A bar cannot be the first or last entry in a menu.
- ; <specific error msg for INVALIDMENUMSG>
- VALTWOBARSMSG
- ;A bar cannot be followed by another bar.
- ; <specific error msg for INVALIDMENUMSG>
- ;*************************************************************************
- ; Main Window Gadget Labels and Keys
- ;*************************************************************************
- BT_INSERTLAB
- ;_Insert...
- BT_INSERTKEY
- BT_EDITLAB
- ;_Edit...
- BT_EDITKEY
- BT_REMOVELAB
- ;_Remove
- BT_REMOVEKEY
- BT_UPLAB
- BT_UPKEY
- BT_DOWNLAB
- ;_Down
- BT_DOWNKEY
- BT_OPENLAB
- ;_Open...
- BT_OPENKEY
- BT_SAVELAB
- ;_Save
- BT_SAVEKEY
- BT_TESTLAB
- ;_Test
- BT_TESTKEY
- BT_QUITLAB
- ;_Quit
- BT_QUITKEY
- ;*************************************************************************
- ; Edit Window Gadget Labels and Keys
- ;*************************************************************************
- EDITWINTITLE
- ;Edit Menu Definition
- CY_EDITTYPELAB
- ;_Type
- CY_EDITTYPEKEY
- ; <below 3 are labels for type cycle gad>
- TYPEMENULAB
- ;Menu
- TYPEITEMLAB
- ;Item
- TYPEBARLAB
- STR_EDITKEYLAB
- ;_Key
- STR_EDITKEYKEY
- STR_EDITLABELLAB
- ;_Label
- STR_EDITLABELKEY
- STR_EDITCMDLAB
- ;Co_mmand
- STR_EDITCMDKEY
- PA_EDITCMDLAB
- PA_EDITCMDKEY
- STR_EDITOUTLAB
- ;O_utput
- STR_EDITOUTKEY
- STR_EDITCDLAB
- ;Cur._Dir
- STR_EDITCDKEY
- PA_EDITCDLAB
- PA_EDITCDKEY
- INT_EDITSTACKLAB
- ;_Stack
- INT_EDITSTACKKEY
- INT_EDITPRILAB
- ;_Priority
- INT_EDITPRIKEY
- BT_EDITOKLAB
- BT_EDITOKKEY
- BT_EDITTESTLAB
- ;T_est
- BT_EDITTESTKEY
- BT_EDITCANCELLAB
- ;_Cancel
- BT_EDITCANCELKEY
- ;*************************************************************************
- ; Test Window Gadget Labels and Keys
- ;*************************************************************************
- TESTWINTITLE
- ;Test Menu Definition
- TESTWINBODYMSG
- ;\033cCustom menus successfully created.\n\nClose this window when you have\nfinished testing, or select\n'End Test' from the Project menu.
- ; <text displayed in test window, max 5 lines>
- ;*************************************************************************
- ; Test Window Menu Labels and Keys
- ;*************************************************************************
- MN_TESTENDLAB
- ;End Test
- MN_TESTENDKEY
- ;*************************************************************************
- ; Main Window Menu Labels and Keys
- ;*************************************************************************
- MN_PROJECTLAB
- ;Project
- MN_NEWLAB
- MN_NEWKEY
- MN_OPENLAB
- ;Open...
- MN_OPENKEY
- MN_EDITLAB
- ;Edit...
- MN_EDITKEY
- MN_TESTLAB
- ;Test...
- MN_TESTKEY
- MN_SAVELAB
- ;Save
- MN_SAVEKEY
- MN_SAVEASLAB
- ;Save As...
- MN_SAVEASKEY
- MN_HELPLAB
- ;Help...
- MN_HELPKEY
- MN_ABOUTLAB
- ;About...
- MN_ABOUTKEY
- MN_QUITLAB
- ;Quit
- MN_QUITKEY
-